@charset "utf-8";
/* CSS Document */ 

body,html{margin:0;padding:0;font-size: 1rem;font-family: '微软雅黑';  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; }
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.w1200{width: 1200px;margin: 0 auto;}
.h60{height: 60px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/*导航 */ 
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/h_bg.png);
    height: 120px;
    z-index: 111;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.index_circle{
    width: 100px;
    height: 100px;
    position: absolute;
    overflow: hidden;
    transition: .5s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 111;
}
.vrb_1,.vrb_2,.vrb_3{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.vrb_1 {
    z-index: 1;
    animation: vrb1 20s linear infinite;
    width: 98px;
    height: 98px;
}
.vrb_2 {
    z-index: 2;
    animation: vrb2 20s linear infinite;
    width: 83px;
    height: 83px;
}
.vrb_3{
    width: 62px;
    height: 62px;
}
.h_con{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.logo,.nav{
    float: left;
}
.nav{
    overflow: inherit;
}
.logo{
    margin-left: 9%;
}
.h_phone{
    float: left;
    margin-top: 35px;
    margin-left: 25px;
}
.h_phone span,.h_phone em{
    float: left;
}
.h_phone span{
    width: 240px;
    height: 55px;
    background: #0a2140;
    border-radius: 5px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 32px;
    letter-spacing: -1px;
    font-family: "Arial"
}
.h_phone em{
    width: 30px;
    height: 30px;
    background: url(../images/tb_a.png);
    position: relative;
    margin-left: 40px;
    margin-top: 12px;
    cursor: pointer;
}
.h_phone i{
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: hidden;
    top: 72px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
}
.h_phone i img{
    width: 100%;
}
.nav>li{
    float: left;
    margin: 0 13px;
    text-align: center;
    line-height: 120px;
    width: 100px;
    
}
.nav>li>a::after{
    content: '';
    display: block;
    width:2px;
    height: 15px;
    background: #fdcf71;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -1.5px;
    opacity: 0;
}
.nav>li.active{
    background: #0a2140;
}
.nav>li.active>a::after{
    opacity: 1;
}
.nav>li>a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.nav{
    margin-left: 40px;
}
@media only screen and (max-width: 1600px){
  .logo{margin-left:1%}
  .nav {margin-left: 20px;}
}
@media only screen and (max-width: 1500px){
  .h_phone em{display: none;}
}
@media only screen and (max-width: 1400px){
  .logo{margin-left:1%}
  .nav {margin-left:10px;}
  .nav>li{width: 88px;margin: 0 10px;}
  .h_phone em{display: none;}
}


/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 890px;
	overflow: hidden;
	zoom: 1;
	border: 0
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	border:0;
	list-style-type: none
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.flex-control-nav li {;
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	
	display: block;
	height: 9px;
	width: 9px;
	border-radius: 50px;
	text-indent: -99em;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 890px;
	border:0;
}

/*简介*/
.abbj{
   width: 100%;
   height: 680px;
   background: url(../images/abbj.jpg) center no-repeat;
   margin-top: 10px;
   position: relative;
   z-index: 999
}
.abfl{
    width: 600px;
    margin-left: 35px;
}
.abfl .about{
    margin-top: 33px;
}
.abfl .about em{
   color: #ebedf3;
   font-size: 73px;
   font-family: "Arial";
   font-weight: bold;
}
.abfl .about a{
    display: block;
    font-size: 55px;
    color: #0a2140;
    position: relative;
    margin-top: -73px;
    font-weight: bold;
    background: url(../images/tb_b.png) 15px center no-repeat;
    padding-left: 78px;
    margin-bottom: 20px;
}
.abfl .about p{
    font-size: 16px;
    color: #333;
    line-height: 33px;
}


.abimg{
    margin-top: 130px;
}

/*数字*/
.ys_box{
    height: 150px;
    width: 1300px;
    margin: 0 auto;
    margin-top: 23px;

}

.ys_box ul li{
    float: left;
    width: 210px;
    height: 160px;
    text-align: center;
    background: url(../images/xiana.png) right center no-repeat;
    margin-top: 16px;
}
.ys_box ul li+li+li+li{
    background: initial;
}
.ys_box .div1{
    position: relative;
}
.ys_box .div1 .span1{
    font-size: 60px;
    color: #333;
    font-family: "Arial";
}
.ys_box .div1 .span3{width: 35px;height: 35px;background: #fdcf71;border-radius: 50px;display:inline-block;margin-left: 10px;position: relative;bottom: 15px;line-height: 32px;color: #0a2140;font-size: 16px;}
.ys_box .div2{margin-top: 10px;}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #333;
}
.ys_box .div3{
  background: url(../images/jiantou.png) center no-repeat;
  display: block;
  width: 15px;
  height: 10px;
  margin: 0 auto;
}



/*产品*/
.cpbj{
    width: 100%;
    height: 970px;
    background: url(../images/cpbj.jpg) repeat;
    margin-top: -30px;
    position: relative;
    z-index: 999;
}
.cpbt{
    text-align: center;
    padding-top: 30px;
}
.cpbt a{
    color: #fff;
    font-size: 38px;
    position: relative;
}
.cpbt a b{
    font-size: 38px;
}
.cpbt a::after{
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/tb_c.png) center no-repeat;
    position: absolute;
    right: -65px;
    top: -7px;
}
.cpbt p{
    display: block;
    height: 45px;
    background: url(../images/tb_d.png) center no-repeat;
    margin-top: 5px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
}


.pro_litpic {
    width: 86%;
    margin: 40px auto 0 auto ;
    height: 700px;
    overflow: hidden;
}
.pro_go ul{
    overflow: hidden;
}
.pro_go>ul>li {
    width: 24.2%;
    margin: 8px 0.4%;
    float: left;
    overflow: hidden;
    position: relative;
}
   
.pro_go>ul>li a img {
    width: 100%;
    height: auto;
    height: 290px;
    transition: all 0.5s;
    overflow: hidden;
}
.pro_go>ul>li a p{
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #000;
    font-size: 18px;
    background: #fff;
    position: relative;
    z-index: 999;
}
.pro_go>ul>li:hover a img{
    transform: scale(1.1);
    transition: all 1s ease 0s;
}
.pro_go>ul>li:hover a p{
    color: #0a2140;
    font-weight: bold;
}

/*资质*/
.indexrybj{
  height:590px; 
  background:url(../images/rybj.jpg) center bottom no-repeat;
}
.cpbta{
    text-align: center;
    padding-top: 30px;
}
.cpbta a{
    color: #272727;
    font-size: 38px;
    position: relative;
}
.cpbta a b{
    font-size: 38px;
}
.cpbta a::after{
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/tb_e.png) center no-repeat;
    position: absolute;
    right: -65px;
    top: -7px;
}
.cpbta p{
    display: block;
    height: 45px;
    background: url(../images/tb_f.png) center no-repeat;
    margin-top: 5px;
    line-height: 45px;
    color: #272727;
    font-size: 16px;
}

.caseList {
    overflow:hidden;
    width:1350px;
    padding-top: 33px;
    margin: 0 auto;
}
.caseList .lin {
    float:left;
    width: 240px;
    height: 370px;
    background: url(../images/ryq.png) center no-repeat;
    position: relative;
}
.caseList .lin a.imga {
    display:block;
    margin:auto;
    margin-top: 25px;
}
.caseList .lin a.imga .spanImg {
    display:block;
    width:100%;
    height:320px;
    overflow:hidden;
    margin:auto;
    background-position:center center;
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.caseList .lin p{
    width: 210px;
    height: 45px;
    background: #0a2140;
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 999;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
}
.caseList .lin p a{
    font-size: 16px;
    color: #fff;
    display: block;
}
.caseList .lin:hover p{
    background: #fdcf71;    
}
.caseList .lin:hover p a{
    color: #0a2140;
}

.caseList .box {
    width: 9999px;
}
.caseList .box ul {
    width:1560px;
}
.caseList .box ul li {
    margin:auto 20px 20px 0;
    width:240px;
    position: relative;
}

.avatarb {
    display: block;
    height: 320px;
    width: 200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;   
}
.caseList .lin .avatarb .spanImg {
    height: 320px;
}
.avatarb:hover .spanImg, .zhuti .avatarb:hover .spanImg, .bbsinner .avatarb:hover .spanImg {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}


/*广告*/
.ggbj{
    width: 100%;
    height: 250px;
    background: url(../images/ggbj.jpg) center no-repeat;
}
.ggfl{
    width:590px;
    margin-top: 40px;
}
.ggfl em{
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    margin-bottom: 5px;
}
.ggfl p{
    font-size: 33px;
    color: #fff;
}
.ggfl p span{
    font-size: 36px;
}
.ggfl ul li{
    float: left;
    text-align: center;
    margin-right: 35px;
    margin-top: 20px;
}
.ggfl ul li a{
    display: block;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
}
.ggfl ul li:hover a{
    text-decoration: underline;
}
.ggfl ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}
.ggtel{
    margin-top: 40px;
    margin-left: 80px;
}
.ggtel em{
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    margin-bottom: 10px;
}
.ggtel span{
    font-size: 23px;
    font-family: "Arial";
    color: #fff;
}
.ggtel p{
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.ggtel b{
    display: block;
    width: 280px;
    height: 50px;
    background: #fdcf71;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    color: #0a2140;
    font-size: 35px;
    font-family: "Arial";
    margin-top: 25px;
    margin-left: -10px;
    font-weight: normal;
}
.ewm{
   text-align: center; 
   margin-top: 30px;
   margin-left: 200px;
}

.ewm span{
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
}



/*新闻*/
.news{
    width: 100%;
    height: 870px;
    background: url(../images/news_bg.jpg) center no-repeat;
}
.slideTxtBox{
    width: 1350px;
    margin: 0 auto;
    margin-top: 30px;
    height: 465px;
}
.infoList{
    width: 590px;
    height: 465px;
    overflow: hidden;
    position: relative;
}
.infoList .xwimg{
    width: 590px;
    height: 465px;
}
.infoList:hover .xwimg {
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.infoList .ntit{
    width: 100%;
    height: 55px;
    background: rgba(0,0,0,.7);
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 55px;
}
.infoList .ntit p{
    font-size: 18px;
    color: #fff;
    padding-left: 25px;
    float: left;
}
.infoList .ntit img{
    float: right;
    margin-top: 16px;
    margin-right: 20px;
}
.infoList:hover .ntit{
    background: rgba(10,33,63,.7);
}


.advbt{
    width:740px;
}
.advbt ul{

}
.advbt ul li{
    height: 150px;
    background: #fff;
    margin-bottom: 8px;
}
.advbt ul li .sydate{
    width: 120px;
    height: 150px;
    float: left;
    text-align: center;
    position: relative;
}
.advbt ul li .sydate::after{
    content: '';
    display: block;
    width: 1px;
    height:65px;
    background:#dcdcdc;
    position: absolute;
    right: 0;
    top: 45px;
}
.advbt ul li .sydate .done{
    font-size: 38px;
    color:#313131;
    font-family: "Arial";
    margin-top: 30px;
    display: block;
    font-weight: bold;
}
.advbt ul li .sydate .dtwo{
    font-size: 16px;
    color:#8b8b8b;
    font-family: "Arial";
}
.advbt ul li p{
    float: right;
    width: 570px;
    color: #979797;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 40px;
    line-height: 23px;
}
.advbt ul li p a{
    display: block;
    font-size: 17px;
    color: #222;
    margin-bottom: 8px;
}

.advbt ul li:hover p a{
    color: #0a2140;
    padding-left: 14px;
    font-weight: bold;
}
/*优势*/
.ysbj{
    width: 1350px;
    margin: 0 auto;
    position: relative;
    margin-top: -170px;
    z-index: 999
}
.ysbj ul li{
    float: left;
    width: 305px;
    height: 215px;
    background: #0a2140;
    margin-right: 40px;
    text-align: center;
}
.ysbj ul li:nth-child(4){
    margin-right: 0
} 
.ysbj ul li img{margin-top: 15px;}
.ysbj ul li span{
    color: #fff;
    font-size: 23px;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}
.ysbj ul li p{
    font-size: 15px;
    color: #c8cacf;
    line-height: 25px;
}
.ysbj ul li em{
    display: block;
    width: 50px;
    height: 7px;
    background: #fdcf71;
    margin: 0 auto;
    margin-top: 33px;
}


/*底部*/
.footer{
    width: 100%;
    height: 370px;
    background: #191919;
    position: relative;
    margin-top: -45px;
    z-index: 99;
}
.f_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
}
.link{
    overflow: hidden;
}
.link em{
    float: left;
    color: #9c9c9c;
    font-weight: bold;
    
}
.link em::before{
    content: '';
    width: 50px;
    height: 47px;
    background: url(../images/yq.jpg) left center no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 12px
}
.link ul{
    float: left;
    width: 1050px;
    margin-left: 30px;
    margin-top: 16px;
}
.link ul li{
    float: left;
    font-size: 15px;
    margin: 0 12px;;
}
.link ul li a{
    color: #9c9c9c;
}
.link ul li a:hover{
    text-decoration: underline;
}
.f_contact{
    margin: 20px 0 30px 0;
}
.f_contact li{
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #353535;
    color: #9c9c9c;
    margin: 0 5px;
    overflow: hidden;
    float: left;
    padding: 17px 26px;
}
.s1{
    color: #fff !important;
    font-size: 28px !important;
    font-family: "Arial";
}
.f_contact li em,.f_contact li span{
    float: left;
}
.f_contact li span{
    margin-left: 15px;
}
.f_contact li i{
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
}
.f_contact li strong{
    font-weight: normal;
    font-size: 15px;
    margin-top: 3px;
    display: block;   
}
.f_contact li em{
    width: 50px;
    height: 50px;
    background: url(../images/icon.png);
}
.f_contact li:nth-child(1) em{
    background-position: -50px -89px;
    margin-top: 9px;
}
.f_contact li:nth-child(2) em{
    background-position: -100px -89px;
    margin-top: 7px;
}
.f_contact li:nth-child(3) em{
    background-position: none;
    width: 68px;
    height: 69px;
    overflow: hidden;
}
.f_contact li:nth-child(4) em{
    background-position:-151px -86px;
}
.f_contact li:nth-child(4){
    padding-top: 24px;
}
.f_nav{
    margin: 0 auto;
    width: 750px;
}
.f_nav li{
    float: left;
    margin: 0 30px;
}
.f_nav li a{
    color: #9c9c9c;
    font-size: 15px;
}
.f_b,.f_b a{
    color: #fff;
    font-size: 14px;
}
.f_b{
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #000;
}
.f_b img{
    vertical-align: middle;
    margin-left: 8px;
    height: 25px;
}


/*内页左侧分类*/
.box_left{width: 260px;}
.conboya{width: 260px;height: auto;background: #7f1d74;text-align: center;padding-bottom: 20px;}
.conboya h2{color: #fff;font-size: 18px;font-weight: bold;line-height: 35px;padding-top: 10px;}
.conboya p{display: block;border-bottom: 1px #9e2891 solid;line-height: 30px;padding-bottom: 10px;color: #fff;}
.conboya a{display: block;width: 230px;height: 40px;margin: 0 auto;background: #fff;margin-top: 15px;line-height: 40px;color: #333;}  
.conboya a:hover{background: #d47143;color: #fff;}
.sideBottom{width: 260px;height: auto;background: #d47143 url(../images/zcdh.png) center 40px no-repeat;margin-top: 15px;padding-bottom: 40px;text-align: center;}
.sideBottom span{color: #fff;padding-top: 100px;display: block;}
.sideBottom p{color: #fff;font-size: 30px;font-family: "Impact"}
.sideBottom a{display: block;width: 150px;height: 35px;background: #fff;margin: 0 auto;border-radius: 25px;line-height: 35px;color: #333;margin-top: 20px;}
.sideBottom a:hover{background: #f39801;color: #fff;}
/**/

/*当前导航*/
.breadcrumbs {
	height:70px;
	font-size:14px;
	line-height:70px;
	color:#fff;
	background: #0a2140;
}

.breadcrumbs .dqdhMain {
	float:right;
}
.breadcrumbs .dqdhMain a {
	font-size: 14px;
	color: #fff;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#000;
}
.breadcrumbs .dqdhMain .span2 {
	color:#000;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}

.breadcrumbs .span11 {
	color:#fff;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
}
.breadcrumbs .dqdh_class {
	margin-top:15px;
	float:left;
}
.breadcrumbs .dqdh_class li {
	float:left;
	padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
	display:block;
	padding:0 50px;
	height:40px;
	line-height:40px;
	background-color:#fff;
	color:#000;
	font-size:15px;
	position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #0a2140;
border-right:1px solid #0a2140;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}

/*左侧分类*/
.left_class{
    width: 310px;
}
.lxwm{
    height: 150px;
    background: #0a2140;
    text-align: center;
}
.lxwm span{
    font-size: 28px;
    color: #fff;
    padding-top: 15px;
    display: block;
}
.lxwm p{
    color: #fff;
    font-size: 28px;
    font-family: "Arial";
    line-height: 50px;
}
.lxwm a{
    display: block;
    width: 150px;
    height: 40px;
    border: 1px #fff solid;
    border-radius: 50px;
    margin-top: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-left: 43px;
}
.lxwm a:hover{
    background: #fdcf71;
    color: #0a2140
}
.zcnew{
    height: 670px;
    background: #efefef;
    margin-top: 25px;
}
.zcnew span{
    height: 80px;
    line-height: 80px;
    color: #333;
    font-size: 23px;
    padding-left: 18px;
}
.zcnew ul{margin-top: 25px;}
.zcnew ul li a{
    line-height: 35px;
    font-size: 15px;
    background: url(../images/njt.png) 10px center no-repeat;
    padding-left: 30px;
    height: 35px;
    display: block;
    overflow: hidden;
}
.zcnew ul li a:hover{
    color: #fdcf71;
    text-decoration: underline;
    padding-left: 45px;
}


/*Â·Ã–Ã'Â³*/
.page{ margin-top: 50px;}
.page_contact{
    position: relative;
    width:100%;
    padding-bottom: 100px;
}
.page_contact h3{
    text-align: left;
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
	font-family: 'Calisto MT', Helvetica, sans-serif;
	margin-left: 20px;
}
.page_contact em{
    color: #9fa09f;
    font-size: 15px;
	margin-left: 20px;
	display: block;
}
.page_contact h4{
    font-size: 34px;
    color: #e30000;
    margin: 30px 0;
	font-weight: bold;
	margin-left: 20px;
}
.con_txt{
	line-height: 32px;
    margin-left: 20px;
}
.map{
    width: 660px;
    margin-top: 8px;
    margin-bottom: 50px;
}


.page_nav {
	padding:15px 15px;
	color:#999;
	font-size:14px;
	text-align:center;
	background-color:#fff;
}
.page_nav .nolink {
	display:inline-block;
	margin:0 5px;
	padding:0 5px;
	height:25px;
	line-height:25px;
	border:1px solid #fff;
}
.page_nav font, .page_nav a {
	display:inline-block;
	margin:0 5px;
	padding:0 10px;
	border:1px solid #e5e5e5;
	height:25px;
	line-height:25px;
	border-radius:5px;
}
.page_nav font {
	border:1px solid #fff;
}
.page_nav a:hover {
	color:#fff;
	border:1px solid #54a530;
	background-color:#54a530
}
.viewpage {
	margin:0;
	border-top:1px solid #f3f3f3;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	margin: 20px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#444
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}
/*分页*/

.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#cc0000;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}
.nyyc {
	width: 280px;
	height: auto;
	margin-right: 20px;
	margin-top: 30px;
}
.fenlei span {
	color: #333;
	font-size: 24px;
	font-family: "黑体"
}
.fenlei ul {
	margin-top: 20px;
}
.fenlei ul li {
	height: 38px;
	line-height: 38px;
	background: #e7e7e7;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 15px;
	width: 250px;
}
.fenlei ul li a {
	color: #333;
	display: block;
}
.fenlei ul li:hover {
	background:#ffa900;
	cursor: pointer;
}
.fenlei ul li:hover a {
	color: #fff;
}
.nylx {
	width: 245px;
	height: auto;
	background: #f2f2f2;
	padding-bottom: 30px;
	margin-top: 20px;
	padding: 20px 15px 20px 15px;
	margin-bottom: 50px;
}
.nylx span {
	color: #333;
	font-size: 24px;
	font-family: "黑体"
}
.nylx p {
	color: #838383;
	font-size: 14px;
	line-height: 26px;
}
.main {
	width: 1350px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 110px;
}
.maina {
	width: 1350px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 110px;
	border: 1px #e9e9e9 solid;
}
.main .main_right {
	width:100%;
	margin-bottom:50px;
}
.main .main_righta {
	width:1030px;
	margin-bottom:50px;
}
.text {
	line-height:35px;
	font-size:15px;
	color:#666;
	padding:30px;
}
.text span {
	font-size:15px;
	color:#666;
}
.text img {
	max-width:100%;
	margin-bottom: 20px;
}
.main .tT01 {
	text-align:center;
	line-height:35px;
	background: #f3f3f3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main .tT01 .span1 {
	font-size:24px;
	color:#444;
}
.main .subtitle {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #8F8F8F;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 10px;
}
.main .subtitle span {
	padding:0 30px;
}
.stime {
	background: url(../images/shijian.png) left center no-repeat;
}
.sclick {
	background: url(../images/liulan.png) left center no-repeat;
}
.main .main_left {
	width:182px;
}
.main .main_left .titleL {
	height:80px;
	background:url(../images/bt_vt57.jpg) top right no-repeat;
	text-align:center;
	overflow:auto;
}
.main .main_left .titleL span {
	font-size:24px;
	color:#fff;
	font-weight:700;
	display:block;
	width:100%;
	height:80px;
	line-height:80px;
}
.main .main_left .titleL2 {
	display: block;
	width:100%;
	margin-top:10px;
	overflow:hidden;
}
.main .main_left .titleL2 img {
	display:block;
	width:100%;
}
.main .navLeft {
}
.main .navLeft li a {
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	;
	color:#305dc3;
	text-align:left;
	border-bottom:1px solid #305dc3;
	font-size:14px;
	position:relative;
}
.main .navLeft li a span {
	position:relative;
	z-index:5;
	padding-left:15px
}
.main .navLeft li a em {
	display:block;
	width:0;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	height:100%;
	background-color:#305dc3;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.main .navLeft li a:hover, .main .navLeft li.active a {
	color:#fff;
}
.main .navLeft li a:hover em, .main .navLeft li.active a em {
	width:100%;
}
.main .main_rightc {
    width:1020px;
    margin-bottom:50px;
}
.l_img {
    width:530px;
    height:450px;
    background-color:#fff;
    text-align:center;
    display:table;
    border: 1px #e3e3e3 solid;
}
.l_img span {
    display:block;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.r_box{
    width: 480px;
    height: 220px;
    background: #fdcf71;
}

.main .tT01a {
    line-height:45px;
    height: 45px;
    border-bottom: 1px #ffdb92 solid;
    padding-top: 25px;
    padding-bottom: 10px;
}
.main .tT01a .span1 {
    font-size:28px;
    color:#0a2140;
    padding-left: 30px;
}
.main .subtitlea {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #0a2140;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 30px;
}
.main .subtitlea span {
    padding:0 30px;
}

.xqcon{
    font-size: 14px;
    color: #0a2140;
    line-height: 28px;
    width: 410px;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
}
.stimea {
    background: url(../images/shijian.png) left center no-repeat;
}
.sclicka {
    background: url(../images/liulan.png) left center no-repeat;
}
.lianxi {
    width: 480px;
    margin-top: 10px;
}
.lianxi .a {
    display:block;
    height:50px;
    line-height:50px;
    float:left;
    margin-right:30px;
    color:#0a2140;
    font-size:15px;
    border-bottom:1px solid #e3e3e3;
    padding-left:28px;
}
.lianxi .a.a_qq {
    background:url(../images/QQ.png) left center no-repeat;
}
.lianxi .a.a_tel {
    background:url(../images/teld.png) left center no-repeat;
    font-size: 18px;
}
.dianhua {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #fdcf71;
    margin-top: 30px;
    width: 130px;
}
.dianhua a {
    color:#0a2140;
    display: block;
}
.dianhua:hover {
    background-color:#0a2140;
}
.dianhua:hover a{
    color: #fff
}


.r_tel{
    width: 480px;
    height: 80px;
    background: #e30c01;
    margin-top: 20px;
    line-height: 80px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.r_tel b{
    font-weight: normal;
    font-size: 38px;
    font-family: "Arial";
}
.show_pro_b{
    width: 350px;
    height: 50px;
    background: #ececec;
    margin-top: 40px;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 26px;
}
.proxq{
    border: 1px #e3e3e3 solid
}
.main .main_left {
    width:182px;
}
.main .main_left .titleL {
    height:80px;
    background:url(../images/bt_vt57.jpg) top right no-repeat;
    text-align:center;
    overflow:auto;
}
.main .main_left .titleL span {
    font-size:24px;
    color:#fff;
    font-weight:700;
    display:block;
    width:100%;
    height:80px;
    line-height:80px;
}
.main .main_left .titleL2 {
    display: block;
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.main .main_left .titleL2 img {
    display:block;
    width:100%;
}
.main .navLeft {
}
.main .navLeft li a {
    display:block;
    width:100%;
    height:45px;
    line-height:45px;
    ;
    color:#305dc3;
    text-align:left;
    border-bottom:1px solid #305dc3;
    font-size:14px;
    position:relative;
}
.main .navLeft li a span {
    position:relative;
    z-index:5;
    padding-left:15px
}
.main .navLeft li a em {
    display:block;
    width:0;
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    height:100%;
    background-color:#305dc3;
    -moz-transition: all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.main .navLeft li a:hover, .main .navLeft li.active a {
    color:#fff;
}
.main .navLeft li a:hover em, .main .navLeft li.active a em {
    width:100%;
}
.product_top {
    padding: 10px;
}
.product_top .l_img {
    width:650px;
    height:455px;
    background-color:#f2f2f2;
    text-align:center;
    display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
    display:block;
    width:100%;
    height:100%;
    background-size:cover !important;
}
.product_top span img {
    display:inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.product_top .r_box {
    width:510px;
}
.product_top .r_box .product_title {
    border-bottom:1px solid #ddd;
    padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
    font-weight:700;
    font-size:26px;
    color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
    font-size:14px;
    color:#b7b7b7;
    padding-top:8px;
}
.product_top .subtitle span {
    display:block;
    padding-left:25px;
    line-height: 23px;
    height: 24px;
}
.product_top .subtitle span.span1 {
    background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
    background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
    height:40px;
    line-height:40px;
    font-size:15px;
    color:#717171;
}
.product_top .keyword span {
    font-size:18px;
    color:#0059A9;
}
.product_top .desc {
    font-size:15px;
    color:#717171;
    line-height:30px;
}
.product_top .desc span {
    font-size:20px;
    font-weight:bold;
    color:#e40000;
}
.product_top .desc span b {
    font-size:30px;
}


.maina .main_righta {
	background: #fff;
	padding-bottom: 50px;
}
.h30 {
	height: 30px;
}
.newsTitle {
	height: 63px;
	line-height: 60px;
	font-size: 20px;
	border-bottom: 1px solid #ebebeb;
}
.newsTitle a {
	float: left;
	padding: 0 35px;
	cursor: pointer;
	margin-top: 2px;
}
.newsTitle .active {
	color: #3dc3e8;
	border-bottom: 2px solid #3dc3e8;
	position: relative;
	top: 1px;
	line-height: 58px;
}

.lybt {
	text-align:center;
	margin-top:40px;
}

.lybt h3 {
	display:block;
	font-size:33px;
	line-height:45px;
	color:#5a5a5a;
}
.liuyan {
	margin-top:15px;
	text-align:center;
}
.liuyan span {
	font-size:15px;
	color: rgb(215, 12, 25);
}
.liuyan a {
	font-size:16px;
	color: #CCCCCC;
}
.liuyan p {
	font-size:16px;
	color: #666666;
	line-height:30px;
}

#faqbox {
	width: 600px;
}
#faqbox form {
}
#faqbox .faqline {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
	color:#999;
	font-size:13px;
}
#faqbox .faqtit {
	width:78px;
	display:block;
	float:left;
	clear:both;
	color:#555;
}
#faqbox .Content {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
}
#faqbox font {
	margin:0 5px;
}
#faqbox .FaqTitle {
	height:50px;
	line-height:50px;
	padding:0 10px;
	border:1px solid #ddd;
	width:435px;
	vertical-align:top;
}
#faqbox .Content textarea {
	height:100px;
}
.wizfrm {
	border:none;
	width:455px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background:#fff;
	margin-top:20px;
	font-family:'Microsoft YaHei';
	-moz-transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
	background-color:#e30000;
}
.wizfrm:hover {
	background-color:#1e61c2;
}
/**/


.mainBox {
    border: 1px #e9e9e9 solid;
}

.main .proListal {
	width:100%;
}
.main .proListal li {
	width:332px;
	float:left;
	background: #fff;
	margin-bottom: 15px;
	margin-left:10px;
	position:relative;
    box-sizing: border-box;
    border: 1px #e8e8e8 solid;
}
.main .proListal li .boxal {
	width:330px;
	height:280px;
	display:block;
	cursor:pointer;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:330px;
	height:280px;
	margin: 0 auto;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.main .proListal li .spanal {
	display: block;
	height:45px;
	line-height:45px;
	width:330px;
	text-align: center;
	margin:auto;
	font-size:16px;
    color:#000;
}
.main .proListal li .spanal a {
	color:#000;
}

.main .proListal li:hover .spanal {
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	display: block;
    color: #0a2140;
    font-weight: bold;
}

.proListal li .avatar {
	position: relative;
}
.proListal li .avatar {
	display: block;
	height: 280px;
	overflow: hidden;
	width:340px;
}
.proListal li .avatar .spanImgal {
	height: 280px;
}
.avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {
	box-shadow: 0 0 10px gray;
}
.avatar:hover .spanImgal, .zhuti .avatar:hover .spanImgal, .bbsinner .avatar:hover .spanImgal {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}

.main .proListal li .boxala {
    width: 330px;
    height: 470px;
    display: block;
    cursor: pointer;
}
.main .proListal li .boxala .spanImgala {
    display: block;
    overflow: hidden;
    width: 330px;
    height: 470px;
    margin: 0 auto;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*page_news*/
.page_news{
    position: relative;
    z-index: 111;
}
.page_news_con{
    width: 1350px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 2;
}
.page_news_con ul li{
    overflow: hidden;
    padding: 30px 0;
    background: #f7f7f7;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #fdcf71;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.page_news_con ul li:hover{
    background: #0a2140;
}
.page_news_con ul li:hover .date,.page_news_con ul li:hover .year{
    color: #fff;
}
.page_news_con ul li:hover .page_news_img img{
    transform: scale(1.1);
}
.page_news_con ul li:hover .page_news_p h2 a{
    color: #fff;
}
.page_news_con ul li:hover .page_news_p p{
    color: rgba(255,255,255,.8);
}
.page_news_con ul li:hover .page_news_p>a{
    background: #fff;
    color: #000;
    animation: doudong 0.8s ease-in-out;
}
.page_news_con ul li:hover .page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin-right: 12px ;
    vertical-align: middle;
}
.time{
    float: left;
    width: 180px;
    text-align: center;
    padding-top: 24.5px;
}
.time span{
    display: block;
}
.date{
    font-size: 72px;
    font-weight: bold ;
    color: #c2c2c2;
    text-align: center;
}
.year{
    font-size: 20px;
    color: #4c4c4c;
}
.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 213px;
    height: 160px;
    overflow: hidden;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_news_p{
    float: left;
    width: 650px;
    margin-left:55px ;
}
.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #fdcf71;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px ;
}
@keyframes doudong {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}
.BMap_Marker {
	display:none !important;
}
.BMap_Marker.BMap_noprint {
	background: url(../images/dt.png) center center no-repeat !important;
	display:block !important;
}
.box_left {
	float: left;
	width:260px;
}
.box_left .mode1 {
	width: 225px;
	margin-bottom: 20px;
}
.box_left .mode1 .z_title {
	font-size: 24px;
	display: block;
	color: #FF2D00;
	margin-left: 10px;
}
.box_left .mode1 .english {
	font-size: 24px;
	color: #d9d9d9;
	letter-spacing: 5px;
	height: 60px;
	margin-left: 10px;
}
.box_left .mode1 ul {
	overflow: hidden;
	padding-left: 0;
	margin-top: 24px;
}
.box_left .mode1 ul li {
	line-height: 40px;
	text-indent: 2em;
	margin: 10px 0;
}
.box_left .mode1 ul li a {
	color: #333;
	display: block;
	height: 40px;
	line-height: 40px;
}
.box_left .mode1 ul li:hover, .box_left .mode1 ul li .hover {
	background: #FF2D00;
	color: #ffba00;
}
.box_left .mode1 ul li a:hover {
	color: #fff;
}
.box_left .mode2 {
	width: 225px;
	overflow: hidden;
	margin-top: 50px;
}
.box_left .mode2 .z_title {
	font-size: 24px;
	display: block;
	color: #FF2D00;
	margin-left: 10px;
}
.box_left .mode2 .english {
	font-size: 24px;
	color: #d9d9d9;
	letter-spacing: 5px;
	height: 60px;
	margin-left: 10px;
}
.box_left .mode2 ul {
	margin: 0 0;
	padding: 10px 0 10px 0;
}
.box_left .mode2 ul li {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px dashed #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: auto;
	margin-right: 10px;
	margin-left: 10px;
}
.box_left .mode2 ul li:hover a {
	color:#ffba00;
}
.box_left .mode2 ul li:hover {
	border-bottom: 1px dashed #ffba00;
}
.box_left .mode3 {
	margin: 50px 0;
}
.box_left .mode3 span {
	background: url(../images/left_con.png) no-repeat 0 0;
	display: block;
	;
	height: 83px;
	line-height: 83px;
	font-size: 16px;
	text-indent: 1.5em;
	color:#FF2D00;
	font-weight: bold;
}
.box_left .mode3 .left_contact {
	line-height: 26px;
	background:#373737;
	color: #fff;
	padding:10px 15px;
	background-size: 100%
}
